ubuntu 12.04 install python 2.6 Posted on 2012-10-20 | View http://www.ubuntututorials.com/install-python-2-6-ubuntu-12-04/ Run below command to add PPA to your repository 1sudo add-apt-repository ppa:fkrull/deadsnakes Then you can update your repository and install Python 2.6 12sudo apt-get updatesudo apt-get install python2.6 python2.6-dev